From 1a2dfbcf2719d36747c8b1352f64f9982b9666f8 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Mon, 17 Apr 2006 00:49:19 +0000 Subject: [PATCH] More generic generation of debian/ocaml-source.files --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9a8fc281..6edaf3bf 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ debian/control: # Generate list of files ocaml-source. # Should never be called automatically. debian/ocaml-source.files: - tar ztf ../upstream/ocaml_3.09.2.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files + tar ztf ../upstream/ocaml_$(OCAMLABI).orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files config-stamp: configure abi-sed -- 2.30.2